home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / jikes020-060.lha / jikes020-060 / README.AMIGA < prev   
Text File  |  1999-05-02  |  1KB  |  34 lines

  1. This is a native Amiga port (no ixemul.library required) of jikes, the
  2. free Java compiler from IBM, compiled for a 68020-68060 with an FPU.
  3.  
  4. REQUIREMENTS:
  5. * An Amiga with a 68020 or higher processor, a working FPU, and enough memory
  6.   to run the program.
  7. * The Java run-time classes (e.g., those from Sun, or from Kaffe).
  8.  
  9. INSTALLATION:
  10. Simply copy the jikes executable somewhere in your path.
  11.  
  12. USAGE:
  13. Set either the CLASSPATH or the JIKESPATH environment variable to point
  14. to the directories and zip/jar files that you want your compiler to use.
  15. E.g., if you are using Kaffe, you can say:
  16. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  17. Separate the path components using semicolons. You can use UNIX "." and ".."
  18. notation for the current directory and for the parent directory of a
  19. directory.
  20.  
  21. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  22. and I'll see what I can do.
  23.  
  24. Kriton Kyrimis.
  25.  
  26. ******************************************************************************
  27. This software is subject to the terms of the IBM Jikes Compiler
  28. License Agreement available at the following URL:
  29. http://www.ibm.com/research/jikes. Copyright (C) 1996, 1999,
  30. International Business Machines Corporation and others. All Rights
  31. Reserved. You must accept the terms of that agreement to use this
  32. software.
  33. ******************************************************************************
  34.